cast to array
This block is part of the type casting group and was last modified in core v10.4.28.
cast to array v10.4.28 Converts your given file to an array.
In pins 1
- file required
fileThe file to be converted into a array.
Out pins 1
- array
arrayThe converted output array.
A typical wiring for cast to array: resize feeds the file pin; the array out pin feeds is not empty.

Commonly used with
In production blueprints, this block is most often wired together with:
- is not empty: this block feeds into it. checks if the array is filled (not empty).
- create: feeds into this block. Creates a new function that can be executed using the given name.
- get last item: this block feeds into it. Get the last item from the array.
- resize: feeds into this block. resize given images with new dimensions.
- is empty: this block feeds into it. checks if the array is empty.
- rename: feeds into this block. Renames the given files.
Version history
Introduced in v10.4.28.
Back to
type casting Return to the main group to view all sub-groups Back to file: actions Return to the group to view all blocks within this group
